home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GDIDIB.PAK / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  710b  |  18 lines

  1. #----------------------------------------------------------------------------
  2. # Borland C++
  3. # Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  4. #   examples\series\gdidib\makefile
  5. #----------------------------------------------------------------------------
  6.  
  7. SYSTEMS = WIN32
  8. OSMAJOR = 4
  9. OSMINOR = 0
  10. EXERES  = gdidib
  11. CPCH    = -Hc -H"windows.h" -H=gdidib.csm
  12. OBJEXE  = gdidib.obj winmain.obj init.obj about.obj dispatch.obj misc.obj\
  13.           brushdlg.obj client.obj colordlg.obj dibutil.obj filedlg.obj\
  14.           fileio.obj filenew.obj infodlg.obj palctrl.obj palette.obj\
  15.           pendlg.obj print.obj statbar.obj toolbar.obj
  16.  
  17. !include $(BCEXAMPLEDIR)\makefile.gen
  18.